home *** CD-ROM | disk | FTP | other *** search
- on mouseLeave
- set the visible of sprite the currentSpriteNum to 0
- end
-
- on mouseUp
- case the mouseLine of
- 1:
- seeMore("moreOutcast", "mopatr")
- 2:
- seeMore("moreOutcast", "mozion")
- end case
- set the visible of sprite the currentSpriteNum to 0
- updateStage()
- end
-
- on mouseWithin
- hilite line the mouseLine of field the mouseMember
- end
-